home *** CD-ROM | disk | FTP | other *** search
- Back to MENU
- Back to FUNCTIONS
-
- Place-Image
- -----------
-
- General:
-
- This item allows the insertion of images into the document.
- Most WWW browsers support GIFs and JPEG graphics format. If you
- are using the AWeb browser, you may need datatypes for these formats
- in order to display these types of images. These datatypes may be
- downloaded from the AMINET. Image convertors for changing image
- format from IFF to either GIF or JPEG are also available on the
- AMINET.
-
- Syntax:
-
- <IMG SRC="[Path of Image]" ALT=[Alternative text] >
-
- The string [Path of image] describes the path of the image to be
- displayed. The string [Alternative text] is displayed in place of
- the image if the WWW browser does not support images, or the image
- format.
-
- Use:
-
- 1 - Double click on the "Place-Image" item.
- 2 - A file requestor will appear. Select the required image.
- 3 - The tags will be automatically inserted.
- 4 - Alter or erase the ALT tags to suit your requirements.
-
- Example:
-
- <IMG SRC="http://www.networkx.com/~JimHenry/jim.gif" ALT=A picture
- of me >
-
-